home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Tal Garfinkel <73400.667@CompuServe.COM>
- Newsgroups: comp.lang.c
- Subject: Re: renaming file names from within C!
- Date: 18 Jan 1996 19:16:46 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4dm6au$t93$3@mhafc.production.compuserve.com>
- References: <4dh7sb$6de@hammerhead.dadd.ti.com>
-
- To rename a file use the function rename in <stdio.h>
-
- the prototype is
-
- int rename(const char * oldname, const char * newname)
-
- Study the standard library my son so that you may become wise in
- its ways.
-